home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- if rollOver(50) then
- set the visible of sprite 41 to 0
- set the visible of sprite 44 to 1
- set the visible of sprite 48 to 1
- end if
- if not rollOver(50) then
- set the visible of sprite 41 to 1
- set the visible of sprite 44 to 0
- set the visible of sprite 48 to 0
- end if
- if rollOver(51) then
- set the visible of sprite 42 to 0
- set the visible of sprite 45 to 1
- set the visible of sprite 47 to 1
- end if
- if not rollOver(51) then
- set the visible of sprite 42 to 1
- set the visible of sprite 45 to 0
- set the visible of sprite 47 to 0
- end if
- end
-